mirror of
https://github.com/Relintai/entity_spell_system.git
synced 2025-02-22 17:18:12 +01:00
13 lines
210 B
C++
13 lines
210 B
C++
#include "CooldownSendSyncVar.h"
|
|
namespace BS {
|
|
namespace Player {
|
|
CooldownSendSyncVar::CooldownSendSyncVar(){
|
|
}
|
|
String* CooldownSendSyncVar::ToString()
|
|
{
|
|
return new String(CURRENT_TYPE);
|
|
}
|
|
|
|
}
|
|
}
|