mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 04:56:20 +00:00
Collapsed stubbed classes
This commit is contained in:
+1
-12
@@ -50,20 +50,9 @@ namespace SoD
|
||||
|
||||
} /*SoD*/
|
||||
|
||||
namespace Message {
|
||||
|
||||
class SoD : public SoF
|
||||
{
|
||||
public:
|
||||
SoD() = default;
|
||||
~SoD() override = default;
|
||||
};
|
||||
|
||||
} // namespace Message
|
||||
|
||||
namespace Buff {
|
||||
|
||||
class SoD : public SoF
|
||||
class SoD : public Titanium
|
||||
{
|
||||
public:
|
||||
SoD() = default;
|
||||
|
||||
Reference in New Issue
Block a user