예제 #1
0
파일: Creature.cs 프로젝트: NegativeJ/aura
		public void Deactivate(CreatureStatesEx state) { this.StateEx &= ~state; }
예제 #2
0
파일: Creature.cs 프로젝트: NegativeJ/aura
		public void Activate(CreatureStatesEx state) { this.StateEx |= state; }