Пример #1
0
        public override void PostDrawInterface(SpriteBatch spriteBatch)
        {
            WingSlotPlayer wsp = Main.player[Main.myPlayer].GetModPlayer <WingSlotPlayer>(this);

            wsp.Draw(spriteBatch);
        }
Пример #2
0
        public override void PostDrawInterface(SpriteBatch spriteBatch)
        {
            WingSlotPlayer wsp = Main.LocalPlayer.GetModPlayer <WingSlotPlayer>();

            wsp.Draw(spriteBatch);
        }