Ejemplo n.º 1
0
 public static float GetStatFloat(string name) =>
 (EnsureGameService() ? m_gameServiceCache.GetStatFloat(name) : 0f);