Terraria.ModLoader.EquipTexture.DrawHands C# (CSharp) 메소드

DrawHands() 공개 메소드

public DrawHands ( bool &drawHands, bool &drawArms ) : void
drawHands bool
drawArms bool
리턴 void
        public virtual void DrawHands(ref bool drawHands, ref bool drawArms)
        {
            if (item != null)
            {
                item.DrawHands(ref drawHands, ref drawArms);
            }
        }