mirror of
https://github.com/Relintai/entity_spell_system.git
synced 2025-02-22 17:18:12 +01:00
12 lines
167 B
C++
12 lines
167 B
C++
#pragma once
|
|
#include <System/System.h>
|
|
|
|
using namespace System;
|
|
namespace BS {
|
|
namespace Player {
|
|
class PlayerLocalSpellData : public virtual Object
|
|
{
|
|
};
|
|
}
|
|
}
|