diff options
| author | Michael VanOverbeek <[email protected]> | 2017-03-06 21:24:34 +0000 |
|---|---|---|
| committer | Michael VanOverbeek <[email protected]> | 2017-03-06 21:24:39 +0000 |
| commit | 078c729d0918b923a4b4076bd927b53cd1bcc9d7 (patch) | |
| tree | fff99a03075cd3d27be75b602921643e5715a916 /ShiftOS.Server/ShiftOS.Server.csproj | |
| parent | 2d49d6e7679776d01d6eb0d15fc25d2e266d1fa1 (diff) | |
| download | shiftos_thereturn-078c729d0918b923a4b4076bd927b53cd1bcc9d7.tar.gz shiftos_thereturn-078c729d0918b923a4b4076bd927b53cd1bcc9d7.tar.bz2 shiftos_thereturn-078c729d0918b923a4b4076bd927b53cd1bcc9d7.zip | |
server-side for auto npc generation
Diffstat (limited to 'ShiftOS.Server/ShiftOS.Server.csproj')
| -rw-r--r-- | ShiftOS.Server/ShiftOS.Server.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ShiftOS.Server/ShiftOS.Server.csproj b/ShiftOS.Server/ShiftOS.Server.csproj index a6af8c7..aed227f 100644 --- a/ShiftOS.Server/ShiftOS.Server.csproj +++ b/ShiftOS.Server/ShiftOS.Server.csproj @@ -180,6 +180,7 @@ <DesignTime>True</DesignTime> <DependentUpon>Resources.resx</DependentUpon> </Compile> + <Compile Include="RandomUserGenerator.cs" /> <Compile Include="RemoteTerminal.cs" /> <Compile Include="SaveManager.cs" /> <Compile Include="ShiftnetBackend.cs" /> |
