Example #1
0
 public StateHolder(InitializeStateMark mark)
 {
     Slots = new[]
     {
         new Slot {
             BlockId = (short)BlockId.Furnace, ItemCount = 1
         },
         new Slot {
             BlockId = (short)BlockId.OakLog, ItemCount = 8
         }
     }.Concat(Enumerable.Repeat(Slot.Empty, SlotArea.UserSlotsCount - 2)).ToArray();
 }
Example #2
0
 public StateHolder(InitializeStateMark mark)
 {
     UUID = Guid.NewGuid();
 }
Example #3
0
 public StateHolder(InitializeStateMark mark)
 {
 }
Example #4
0
 public StateHolder(InitializeStateMark mark)
 {
     Colliders = new Dictionary <IDependencyObject, Shape>();
 }
Example #5
0
 public StateHolder(InitializeStateMark mark)
 {
     DiscoveryEntities = new HashSet <IEntity>();
 }
Example #6
0
 public StateHolder(InitializeStateMark mark)
 {
     Subscription = new HashSet <IDependencyObject>();
 }