mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-11 06:54:43 +02:00
7 lines
162 B
C#
7 lines
162 B
C#
namespace FFXIVClassic_Map_Server.actors.group.Work
|
|
{
|
|
class RelationWork
|
|
{
|
|
public GroupGlobalTemp _globalTemp = new GroupGlobalTemp();
|
|
}
|
|
}
|