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