Added child_agent flag

adam
gareth 2007-03-18 19:25:32 +00:00
parent aad66ce2e7
commit 0652087049
1 changed files with 1 additions and 0 deletions

View File

@ -129,6 +129,7 @@ namespace OpenSim.GridServers
public string firstname; public string firstname;
public string lastname; public string lastname;
public uint circuitcode; public uint circuitcode;
public bool child_agent;
} }