コード例 #1
0
ファイル: Player.cs プロジェクト: 0xC0DEF/TopViewTemplate
 void RpcAddChat(string s)
 {
     chat.AddChat(s);
 }