RuneSlot.Start C# (CSharp) 메소드

Start() 공개 메소드

public Start ( ) : void
리턴 void
    public override void Start()
    {
        base.Start();
        thisRune = this.GetComponent<RawImage>();
        //thisRune.texture= Resources.Load <Texture2D> (_RES +"/HUD/Runes/rune_blank");
    }