修改提示
This commit is contained in:
parent
a1e6584598
commit
2c0c4b3b35
|
|
@ -154,7 +154,7 @@ public class PlayGameBLL : CloudGamingBase
|
||||||
gameInfoCache.GameUserOperation.Add(new PlayGameUserOperation()
|
gameInfoCache.GameUserOperation.Add(new PlayGameUserOperation()
|
||||||
{
|
{
|
||||||
ActionId = (int)PlayGameStatus.开始游戏扣费,
|
ActionId = (int)PlayGameStatus.开始游戏扣费,
|
||||||
Content = $"启动游戏扣除钻石{startDiamond},游戏每分钟消耗{diamondNumHour}",
|
Content = $"启动游戏扣除钻石*{startDiamond},游戏每分钟消耗*{diamondNumHour}",
|
||||||
OperationDateTime = DateTime.Now,
|
OperationDateTime = DateTime.Now,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user