Ejemplo n.º 1
0
        public override void Action(CommandCaller caller, string input, string[] args)
        {
            RPGPlayer character = caller.Player.GetModPlayer <RPGPlayer>();

            character.RecalculateStat();
        }