[Milestone] PackageManagementService completed.
- ContentPackageInfoLookup Service completed. - Implemented ModConfigService.cs - Implemented some of the resource processors.
This commit is contained in:
@@ -7,7 +7,7 @@ namespace Barotrauma.LuaCs.Data;
|
||||
public enum Platform
|
||||
{
|
||||
Linux=0x1,
|
||||
MacOS=0x2,
|
||||
OSX=0x2,
|
||||
Windows=0x4
|
||||
}
|
||||
|
||||
@@ -17,12 +17,3 @@ public enum Target
|
||||
Client=0x1,
|
||||
Server=0x2
|
||||
}
|
||||
|
||||
[Flags]
|
||||
public enum TargetRunMode
|
||||
{
|
||||
ClientEnabled = 0x1,
|
||||
ClientAlways = 0x2,
|
||||
ServerEnabled = 0x4,
|
||||
ServerAlways = 0x8
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user