#W# Initial Commit: Avatars Conquest

This commit is contained in:
WarrentyExpired 2026-07-03 20:19:48 -04:00
commit 8eae46895e
7512 changed files with 416187 additions and 0 deletions

4
Source/Compile.sh Executable file
View file

@ -0,0 +1,4 @@
#!/usr/bin/env bash
rm ../WorldLinux.exe
mcs -optimize+ -unsafe -t:exe -out:WorldLinux.exe -win32icon:icon.ico -nowarn:219,414 -d:NEWTIMERS -d:NEWPARENT -d:MONO -recurse:./*.cs -main:Server.Core
mv ./WorldLinux.exe ../WorldLinux.exe