Skip to content

Commit

Permalink
0.1.2 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
judah4 committed Nov 26, 2022
1 parent 83c163d commit b5da1c2
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "games.cookiedragon.mmogf.core",
"displayName": "MMO Dragon Game Framework Core",
"version": "0.0.8",
"unity": "2020.3",
"version": "0.1.2",
"unity": "2021.3",
"author": "Cookie Dragon Games",
"description": "MMO Game Framework Core Module.",
"type": "library"
Expand Down
Binary file modified Worker/UnityMmo/Server/MmogfMainServer.exe
Binary file not shown.
12 changes: 12 additions & 0 deletions Worker/UnityMmo/Server/web.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<location path="." inheritInChildApplications="false">
<system.webServer>
<handlers>
<add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModuleV2" resourceType="Unspecified" />
</handlers>
<aspNetCore processPath=".\MmogfMainServer.exe" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" hostingModel="inprocess" />
</system.webServer>
</location>
</configuration>
<!--ProjectGuid: 6A2DCFD3-8D7F-4218-9465-879A58466F1E-->
Binary file modified Worker/UnityMmo/worlds/default.world
Binary file not shown.

0 comments on commit b5da1c2

Please sign in to comment.