示例#1
0
        // public List<Item> BasicStarterItemList = new List<Item>();

        // Konstruktor som tilskriver intans variablene af CharacterAttributes, Character, list af item og Items
        public DnDDatabaseManagement(CharacterAttributes atri, Character Charac, List <Item> MyList, Item ItemContent)
        {
            myAttributes  = atri;
            myCharacter   = Charac;
            InventoryList = MyList;
            myItem        = ItemContent;
        }
示例#2
0
 public Skill(CharacterAttributes Attribu, Character Charac)
 {
     myAttributes = Attribu;
     myCharacter  = Charac;
 }
示例#3
0
 public SavingThrow(CharacterAttributes Attribu, Character Charac)
 {
     myAttributes = Attribu;
     myCharacter  = Charac;
 }