コード例 #1
0
ファイル: Me.cs プロジェクト: SilentPenguin/Skyscraper
 public void Execute(IConnectionManager connection, ICommand command)
 {
     connection.SendAction(command.Channel, command.Body);
 }