コード例 #1
0
ファイル: AvatarSystem.cs プロジェクト: MESON-inc/Conekton
 void IAvatarSystem.Remove(AvatarID id)
 {
     _repository.Remove(id);
 }