1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-26 06:27:45 +00:00

Removed author comment, we have git anyways.

This commit is contained in:
Mordred 2018-01-28 11:40:12 +01:00
parent babb58fa21
commit 04f5823c4b
2 changed files with 0 additions and 2 deletions

View file

@ -16,7 +16,6 @@ namespace Entity {
\class Actor
\brief Base class for all actors
\author Mordred
*/
class Actor : public boost::enable_shared_from_this< Actor >
{

View file

@ -12,7 +12,6 @@ namespace Event {
\class Director
\brief Base class for all Directors implements sequence and variables
\author Mordred
*/
class Director