コード例 #1
0
    public string ToString()
    {
        string ret = "SpellCaster: " + hotbar.ActiveSlotsCount() + " spells loaded.\n";

        ret += hotbar.ToString();

        return(ret);
    }