GiveAp() 공개 메소드

Increases AP and updates client.
public GiveAp ( int amount ) : void
amount int
리턴 void
예제 #1
0
파일: Rewards.cs 프로젝트: evelive3/aura
		public override void Reward(Creature creature, Quest quest)
		{
			creature.GiveAp(this.Amount);
			Send.AcquireInfo(creature, "ap", this.Amount);
		}