10 lines
88 B
C#
10 lines
88 B
C#
|
public class ES3Ref
|
||
|
{
|
||
|
public long id;
|
||
|
|
||
|
public ES3Ref(long id)
|
||
|
{
|
||
|
this.id = id;
|
||
|
}
|
||
|
}
|