mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-26 14:37:44 +00:00
Removed author comment, we have git anyways.
This commit is contained in:
parent
babb58fa21
commit
04f5823c4b
2 changed files with 0 additions and 2 deletions
|
@ -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 >
|
||||
{
|
||||
|
|
|
@ -12,7 +12,6 @@ namespace Event {
|
|||
\class Director
|
||||
\brief Base class for all Directors implements sequence and variables
|
||||
|
||||
\author Mordred
|
||||
*/
|
||||
|
||||
class Director
|
||||
|
|
Loading…
Add table
Reference in a new issue