mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-04-02 19:42:05 -04:00
8 lines
123 B
C#
8 lines
123 B
C#
namespace FFXIVClassic_Map_Server.actors.group.Work
|
|
{
|
|
class GlobalTemp
|
|
{
|
|
public ulong director;
|
|
}
|
|
}
|