mirror of
https://github.com/Relintai/entity_spell_system.git
synced 2025-05-13 22:52:10 +02: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);
|
|
}
|
|
|
|
}
|
|
}
|