示例#1
0
文件: Game.cs 项目: pontura/AndyCorre
 public void SetLightsValue(float value)
 {
     lightsManager.SetStatus(value);
 }