コード例 #1
0
ファイル: GroupDictionary.cs プロジェクト: dkwkekzz/Test
 public bool Remove(int actorHandle)
 {
     ValueSet.Destroy(_setDic[actorHandle]);
     return(_setDic.Remove(actorHandle));
 }