mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[Items/] Use base class properly
This commit is contained in:
@@ -74,7 +74,7 @@ namespace SabreTools.Library.Items
|
||||
|
||||
#region Cloning Methods
|
||||
|
||||
public new object Clone()
|
||||
public override object Clone()
|
||||
{
|
||||
Disk item = new Disk()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user