mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-11 23:14:39 +02:00
Random work.
This commit is contained in:
parent
fd2df829de
commit
6c409e93a9
13 changed files with 284 additions and 115 deletions
|
@ -12,6 +12,10 @@ namespace FFXIVClassic_World_Server.DataObjects
|
|||
public enum Channel {ZONE, CHAT};
|
||||
|
||||
public readonly uint sessionId;
|
||||
|
||||
public string characterName;
|
||||
public uint currentZoneId;
|
||||
|
||||
public readonly ClientConnection clientConnection;
|
||||
public readonly Channel type;
|
||||
public ZoneServer routing1, routing2;
|
||||
|
@ -22,7 +26,8 @@ namespace FFXIVClassic_World_Server.DataObjects
|
|||
this.clientConnection = connection;
|
||||
this.type = type;
|
||||
connection.owner = this;
|
||||
Database.LoadZoneSessionInfo(this);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue