fix: Removes SetTypeRef for generated code. (#1189)

This commit is contained in:
Kamron Batman 2022-10-15 15:12:49 -07:00 committed by GitHub
parent ffdc08259f
commit 8479306279
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 12 additions and 34 deletions

View file

@ -219,14 +219,7 @@ public class Item : IHued, IComparable<Item>, ISpawnable, IObjectPropertyListEnt
World.AddEntity(this);
}
public Item(Serial serial)
{
Serial = serial;
}
public void SetTypeRef(Type type)
{
}
public Item(Serial serial) => Serial = serial;
public int TempFlags
{