mirror of
https://github.com/Patoke/LCERenewed.git
synced 2026-07-17 19:27:04 +00:00
8 lines
123 B
C++
8 lines
123 B
C++
#pragma once
|
|
|
|
class MobGroupData
|
|
{
|
|
public:
|
|
// Required so this class is polymorphic
|
|
virtual void emptyFunc() {}
|
|
}; |