Exemplo n.º 1
0
 internal ObjectCreationUpgrade(GameObject gameObject, ObjectCreationUpgradeModuleData moduleData)
     : base(gameObject, moduleData)
 {
     _moduleData = moduleData;
 }
Exemplo n.º 2
0
 internal ObjectCreationUpgrade(ObjectCreationUpgradeModuleData moduleData)
     : base(moduleData)
 {
 }