Пример #1
0
 public GeneratorNode(int x, int y) : base("Generator", new SerializableRect(x, y, 200, 140))
 {
     type = lastType = GeneratorNode.GENERATORTYPE.FBM;
 }
Пример #2
0
 public GeneratorNode(int x, int y)
     : base("Generator", new SerializableRect(x, y, 200, 140))
 {
     type = lastType = GeneratorNode.GENERATORTYPE.FBM;
 }