コード例 #1
0
ファイル: CommandSetUpgrade.cs プロジェクト: xJayLee/OpenSAGE
 public CommandSetUpgrade(GameObject gameObject, CommandSetUpgradeModuleData moduleData) : base(gameObject, moduleData)
 {
     _moduleData        = moduleData;
     _defaultCommandSet = gameObject.Definition.CommandSet;
 }
コード例 #2
0
ファイル: CommandSetUpgrade.cs プロジェクト: lanyizi/OpenSAGE
 public CommandSetUpgrade(GameObject gameObject, CommandSetUpgradeModuleData moduleData)
     : base(gameObject, moduleData)
 {
     _moduleData = moduleData;
 }