Gem.activate C# (CSharp) 메소드

activate() 공개 메소드

public activate ( ) : void
리턴 void
    public virtual void activate()
    {
        //Perform checks on the active field before running
        //any activate code to prevent it from running the
        //effects twice
    }