entity_spell_system/entities/spell_data/PlayerLocalSpellData.h

12 lines
167 B
C
Raw Normal View History

2019-04-20 14:02:55 +02:00
#pragma once
#include <System/System.h>
using namespace System;
namespace BS {
namespace Player {
class PlayerLocalSpellData : public virtual Object
{
};
}
}