Who dropped my child_agent flag? It returns

This commit is contained in:
gareth
2007-03-27 23:33:15 +00:00
parent f42d1fc825
commit 24b27487c0

View File

@@ -14,5 +14,6 @@ namespace OpenSim.Framework.Interfaces
public string firstname; public string firstname;
public string lastname; public string lastname;
public uint circuitcode; public uint circuitcode;
public bool child;
} }
} }