コード例 #1
0
ファイル: User.cs プロジェクト: isbdnt/csharp-design-patterns
 public void Leave()
 {
     chatRoom?.Leave(this);
     chatRoom = null;
 }