コード例 #1
0
ファイル: R5D8.cs プロジェクト: vitreuz/FlyCasual
 private void R5D8AddAction(Ship.GenericShip host)
 {
     ActionsList.GenericAction action = new ActionsList.R5D8Action()
     {
         ImageUrl = HostUpgrade.ImageUrl
     };
     host.AddAvailableAction(action);
 }
コード例 #2
0
ファイル: R5D8.cs プロジェクト: Camburu/FlyCasual
 private void R5D8AddAction(Ship.GenericShip host)
 {
     ActionsList.GenericAction action = new ActionsList.R5D8Action();
     action.ImageUrl = ImageUrl;
     host.AddAvailableAction(action);
 }