entity_spell_system/entities/spell_data/PlayerLocalSpellData.h
2019-04-20 14:02:55 +02:00

12 lines
167 B
C++

#pragma once
#include <System/System.h>
using namespace System;
namespace BS {
namespace Player {
class PlayerLocalSpellData : public virtual Object
{
};
}
}