fix: Removes SetTypeRef for generated code. (#1189)
This commit is contained in:
parent
ffdc08259f
commit
8479306279
10 changed files with 12 additions and 34 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue