ServerCore
Object.h
Go to the documentation of this file.
1
#ifndef __Object_h__
2
#define __Object_h__
3
4
#include "includes"
5
6
namespace
core
{
7
8
class
Object
{
9
10
public
:
11
12
std::string
name
;
13
std::string
tag
;
14
15
};
16
17
}
18
19
#endif
core::Object::tag
std::string tag
Definition:
Object.h:13
core
Definition:
Command.cpp:5
core::Object
Definition:
Object.h:8
core::Object::name
std::string name
Definition:
Object.h:12
Generated by
1.8.17