示例#1
0
 internal void RemoveCustomStatus(CustomStatus status)
 {
     this._customStatusList.Remove(status);
 }
示例#2
0
 internal void AddCustomStatus(CustomStatus status)
 {
     this._customStatusList.Add(status);
 }