Esempio n. 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;
        }
Esempio n. 2
0
 public Skill(CharacterAttributes Attribu, Character Charac)
 {
     myAttributes = Attribu;
     myCharacter  = Charac;
 }
Esempio n. 3
0
 public SavingThrow(CharacterAttributes Attribu, Character Charac)
 {
     myAttributes = Attribu;
     myCharacter  = Charac;
 }