So I am trying to create a custom player so that each player will have addition values and bools associated with each character. But I wasn't able to figure out how I make it so that any character created with my mod installed will use my custom player class. I'm still rather new to terraria modding so i'm sorry baby if this is a stupid question.
Question about ModPlayer
Code:
using ElementalExpansion.UI; using System; using System.Collections.Generic; using System.Linq; using System.Text;...
Question about ModPlayer