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