Exemplo n.º 1
0
 public GameDataNPC() : base()
 {
     Speed = 1;
     TypePoolPrefabName = TypePoolPrefab.ToString();
     TypePrefabName     = TypePrefab.ToString();
 }
Exemplo n.º 2
0
 public GameDataUfo()
     : base()
 {
     TypePoolPrefabName = TypePoolPrefab.ToString();
     TypePrefabName     = TypePrefab.ToString();
 }
Exemplo n.º 3
0
 public ObjectData()
 {
     TypePoolPrefabName = TypePoolPrefab.ToString();
     TypePrefabName     = TypePrefab.ToString();
 }