mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-04-02 19:42:05 -04:00
8 lines
159 B
C#
8 lines
159 B
C#
namespace FFXIVClassic_Map_Server.actors.group.Work
|
|
{
|
|
class PartyWork
|
|
{
|
|
public GroupGlobalTemp _globalTemp = new GroupGlobalTemp();
|
|
}
|
|
}
|