mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-04-25 22:27:45 +00:00
14 lines
273 B
C#
14 lines
273 B
C#
![]() |
using System;
|
|||
|
using System.Collections.Generic;
|
|||
|
using System.Linq;
|
|||
|
using System.Text;
|
|||
|
using System.Threading.Tasks;
|
|||
|
|
|||
|
namespace FFXIVClassic_Map_Server.actors.group
|
|||
|
{
|
|||
|
class ContentWork
|
|||
|
{
|
|||
|
public GroupGlobalTemp _globalTemp = new GroupGlobalTemp();
|
|||
|
}
|
|||
|
}
|