mirror of
https://forge.univ-lyon1.fr/tplifap4/dungeonanddeamon.git
synced 2024-02-27 13:31:50 +01:00
Let's code
This commit is contained in:
11
DungeonAndDeamonScript/DungeonAndDemaonScript/GestionItem.h
Normal file
11
DungeonAndDeamonScript/DungeonAndDemaonScript/GestionItem.h
Normal file
@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
#include <vector>
|
||||
|
||||
#include "Item.h"
|
||||
|
||||
class GestionItem
|
||||
{
|
||||
public:
|
||||
std::vector<Item> items;
|
||||
};
|
||||
|
Reference in New Issue
Block a user