コード例 #1
0
ファイル: Program.cs プロジェクト: KzzxD1999/gameRPG
 private static void ButSkill()
 {
     shopController = new ShopController(userController.CurrentUser);
     Console.WriteLine("Введіть ID вміння, яке ви хочете купити");
     shopController.MessagesEventSuccess += MessagesEventSuccess;
     shopController.MessagesEventFail    += MessagesEventFail;
     shopController.BuySkill(Actions());
 }