示例#1
0
		public void Deactivate(CreatureStatesEx state) { this.StateEx &= ~state; }
示例#2
0
		public void Activate(CreatureStatesEx state) { this.StateEx |= state; }