AchievementButton.Wait C# (CSharp) 메소드

Wait() 공개 메소드

public Wait ( ) : void
리턴 void
	public void Wait() 
	{
		StartCoroutine(WaitToDie(0.5f));
	}