Example #1
0
 public VoxelMap(EventHub events)
 {
     Events            = events;
     _chunkCreatedList = Events.GetList(typeof(VoxelChunkCreatedEvent));
 }