コード例 #1
0
ファイル: Game.cs プロジェクト: pontura/AndyCorre
 public void SetLightsValue(float value)
 {
     lightsManager.SetStatus(value);
 }