LethalCompany/Lethal Company/ExportedProject/Assets/Plugins/Assembly-CSharp-firstpass/ES3Ref.cs

10 lines
88 B
C#
Raw Normal View History

2023-12-22 22:51:17 +00:00
public class ES3Ref
{
public long id;
public ES3Ref(long id)
{
this.id = id;
}
}