예제 #1
0
 public DBObjectMetadata(ulong id, DBObjectState state)
 {
     Id    = id;
     State = state;
 }
예제 #2
0
 public DBObjectMetadata(ulong id, DBObjectState state)
 {
     Id = id;
     State = state;
 }