コード例 #1
0
 public static int GetStatInt(string name) =>
 (EnsureGameService() ? m_gameServiceCache.GetStatInt(name) : 0);