本文整理汇总了C#中ZyGames类的典型用法代码示例。如果您正苦于以下问题:C# ZyGames类的具体用法?C# ZyGames怎么用?C# ZyGames使用的例子?那么恭喜您, 这里精选的类代码示例或许可以为您提供帮助。
ZyGames类属于命名空间,在下文中一共展示了ZyGames类的5个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的C#代码示例。
示例1: Action2001
public Action2001(ZyGames.Framework.Game.Contract.HttpGet httpGet)
: base(ActionIDDefine.Cst_Action2001, httpGet)
{
}
示例2: Action5301
public Action5301(ZyGames.Framework.Game.Contract.HttpGet httpGet)
: base(ActionIDDefine.Cst_Action5301, httpGet)
{
RegCount = 0;
RegState = 0;
}
示例3: BaseAction
protected BaseAction(short actionID, ZyGames.Framework.Game.Contract.HttpGet httpGet)
: base(actionID, httpGet)
{
}
示例4: Action1018
public Action1018(ZyGames.Framework.Game.Contract.HttpGet httpGet)
: base(ActionIDDefine.Cst_Action1018, httpGet)
{
TakeNum = 0;
ColdTime = 0;
}
示例5: Action1081
public Action1081(short aActionId, ZyGames.Framework.Game.Contract.HttpGet httpGet)
: base(aActionId, httpGet)
{
}