예제 #1
0
파일: Game.cs 프로젝트: edumbell/stakeout
 public void Announce(string msg)
 {
     Hub.Announce(this, msg);
 }