Added GUI.* to Lua docs

This commit is contained in:
EvilFactory
2024-08-25 16:49:45 -03:00
parent fd29b395a7
commit 4e9ef97fac
33 changed files with 281 additions and 11 deletions

View File

@@ -29,9 +29,11 @@ After downloading the zip file, extract the contents to the `Refs` folder in pro
./Refs
----/Linux/Barotrauma.dll
----/Linux/DedicatedServer.dll
----/Linux/BarotraumaCore.dll
----/Windows/Barotrauma.dll
----/Windows/DedicatedServer.dll
...
----/Windows/BarotraumaCore.dll
...other files
```
### 4. Setup the project

View File

@@ -17,7 +17,7 @@ Source files inside the CSharp/Server and CSharp/Client folders will only be com
____
`<mod_root>/CSharp/Shared/ExampleMod.cs`
```csharp
```cs
using System;
using Barotrauma;