Пример #1
0
 public Moderator(Moderator parent, Vector3 position) : this(parent.DisplayName, parent.ModeratorType, parent.Texture, position)
 {
     ModeratorType = parent.ModeratorType;
 }
Пример #2
0
 public Moderator(string displayName, ModeratorTypes type, Bitmap texture, Vector3 position) : base(displayName, BlockTypes.Moderator, texture, position)
 {
     HeatGenerationPerTick = 0;
     Valid         = false;
     ModeratorType = type;
 }