mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-12 15:34:32 +02:00
Added subclassed groups to auto-set workvalues.
This commit is contained in:
parent
c2a3641d08
commit
feb73a8444
7 changed files with 95 additions and 77 deletions
|
@ -11,7 +11,7 @@ namespace FFXIVClassic_Map_Server.actors.group
|
|||
{
|
||||
private LinkshellWork linkshellWork;
|
||||
|
||||
public LinkshellGroup(ulong id) : base(id, Group.CompanyGroup, null)
|
||||
public LinkshellGroup(ulong id) : base(id, Group.CompanyGroup)
|
||||
{
|
||||
linkshellWork = new LinkshellWork();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue