コード例 #1
0
ファイル: GoalMgr.cs プロジェクト: JCYTop/Project_X
 public void RemoveGoal(TGoal goalLabel)
 {
     GoalsDic.RemoveDictionaryElements(goalLabel);
 }