예제 #1
0
 private void _AddChatter(IChatter cahtter)
 {
     _Command.Register <string>($"send-{cahtter.Name.Value}", msg => cahtter.Whisper(msg));
 }