예제 #1
0
 internal Clutter(Coords coords, ClutterType type)
     : base(ref coords, Face.Bottom)
 {
     Type = type;
     WorldData.Chunks[coords].Clutters.Add(this);
 }
예제 #2
0
 internal Clutter(Coords coords, ClutterType type) : base(ref coords, Face.Bottom)
 {
     Type = type;
     WorldData.Chunks[coords].Clutters.Add(this);
 }