示例#1
0
 public override void OnEvent(PlayerFlashed evnt)
 {
     if (entity.IsOwner)
     {
         GuiManager.Flashed();
     }
 }