Пример #1
0
 override public void OnSelect()
 {
     base.OnSelect();
     oldLayers        = World.ShowLayers;
     World.ShowLayers = WorldComponent.Layers.Plates;
 }
Пример #2
0
 public static bool IsSet(this WorldComponent.Layers self, WorldComponent.Layers flag)
 {
     return((self & flag) == flag);
 }