Exemplo n.º 1
0
 public CommandSetUpgrade(GameObject gameObject, CommandSetUpgradeModuleData moduleData) : base(gameObject, moduleData)
 {
     _moduleData        = moduleData;
     _defaultCommandSet = gameObject.Definition.CommandSet;
 }
Exemplo n.º 2
0
 public CommandSetUpgrade(GameObject gameObject, CommandSetUpgradeModuleData moduleData)
     : base(gameObject, moduleData)
 {
     _moduleData = moduleData;
 }