Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
C# (CSharp) IGameServices.Play示例
编程语言:
C# (CSharp)
类/类型:
IGameServices
方法/功能:
Play
hotexamples.com的示例:
1
C# (CSharp) IGameServices.Play - 已找到1个示例
。这些是从开源项目中提取的最受好评的
IGameServices.Play
现实C# (CSharp)示例。您可以评价示例,以帮助我们提高示例质量。
常用方法
显示
隐藏
CreateDeck(4)
CreateGame(3)
GetGameByIdAsync(3)
GetGameListAsync(2)
GetGameData(2)
CreateCardGame(2)
CreateGameAsync(2)
InsertGame(2)
DeleteGame(2)
DeleteGameAsync(2)
AnswerQuestion(2)
GetLibraryGameList(1)
GetOverview(1)
GetIncomePrice(1)
GetLevelID(1)
GetHealthPrice(1)
GetPlayerStats(1)
AddOrUpdateOverview(1)
Init(1)
MakeMove(1)
NewChoice(1)
GetGamesByGenre(1)
NotifyDropPieces(1)
NotifyMovement(1)
NotifyOtherMatches(1)
Play(1)
RemoveGame(1)
SaveGameChanges(1)
NewHint(1)
GetGameByKey(1)
GetGames(1)
GetAllGameIDsAndStates(1)
Buy(1)
ConnectToGame(1)
CreateNewGame(1)
EditGame(1)
End(1)
EndTurn(1)
GetAllGameIDs(1)
GetAllGames(1)
GetGameList(1)
GetAllPublicGames(1)
GetBestRatedGames(1)
GetBestSellerGames(1)
GetById(1)
GetGame(1)
GetGameById(1)
GetGameByName(1)
SelectedGame(1)
常用方法
CreateDeck (4)
CreateGame (3)
GetGameByIdAsync (3)
GetGameListAsync (2)
GetGameData (2)
CreateCardGame (2)
CreateGameAsync (2)
InsertGame (2)
DeleteGame (2)
DeleteGameAsync (2)
常用方法
AnswerQuestion (2)
GetLibraryGameList (1)
GetOverview (1)
GetIncomePrice (1)
GetLevelID (1)
GetHealthPrice (1)
GetPlayerStats (1)
AddOrUpdateOverview (1)
Init (1)
MakeMove (1)
NewChoice (1)
GetGamesByGenre (1)
NotifyDropPieces (1)
NotifyMovement (1)
NotifyOtherMatches (1)
Play (1)
RemoveGame (1)
SaveGameChanges (1)
NewHint (1)
GetGameByKey (1)
常用方法
NewChoice (1)
GetGamesByGenre (1)
NotifyDropPieces (1)
NotifyMovement (1)
NotifyOtherMatches (1)
Play (1)
RemoveGame (1)
SaveGameChanges (1)
NewHint (1)
GetGameByKey (1)
GetGames (1)
GetAllGameIDsAndStates (1)
Buy (1)
ConnectToGame (1)
CreateNewGame (1)
EditGame (1)
End (1)
EndTurn (1)
GetAllGameIDs (1)
GetAllGames (1)
GetGameList (1)
GetAllPublicGames (1)
GetBestRatedGames (1)
GetBestSellerGames (1)
GetById (1)
GetGame (1)
GetGameById (1)
GetGameByName (1)
SelectedGame (1)
常用方法
GetGames (1)
GetAllGameIDsAndStates (1)
Buy (1)
ConnectToGame (1)
CreateNewGame (1)
EditGame (1)
End (1)
EndTurn (1)
GetAllGameIDs (1)
GetAllGames (1)
GetGameList (1)
GetAllPublicGames (1)
GetBestRatedGames (1)
GetBestSellerGames (1)
GetById (1)
GetGame (1)
GetGameById (1)
GetGameByName (1)
SelectedGame (1)
示例#1
0
显示文件
文件:
GameController.cs
项目:
MarcAngers/Castle-Defense-Game
public ActionResult <bool> Play(int id) { _services.Play(id); return(true); }
x