示例#1
0
 void OnEnable()
 {
     ScreensController.Reveal(Name);
 }
示例#2
0
 public void Act()
 {
     ScreensController.Reveal(Name);
 }