Exemplo n.º 1
0
 internal WorldRecord(EntityCommandRecorder recorder, World world)
 {
     _recorder = recorder;
     _worldId  = world.WorldId;
 }
Exemplo n.º 2
0
 internal EntityRecord(EntityCommandRecorder recorder, int offset)
 {
     _recorder = recorder;
     _offset   = offset;
 }