mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-04-26 22:57:45 +00:00
7 lines
123 B
C#
7 lines
123 B
C#
namespace FFXIVClassic_Map_Server.actors.group.Work
|
|
{
|
|
class GlobalTemp
|
|
{
|
|
public ulong director;
|
|
}
|
|
}
|