Server scripting.

This commit is contained in:
Pieter-Jan Briers
2020-04-30 00:06:59 +02:00
parent 48699837b0
commit 400dcb06fc
34 changed files with 1207 additions and 375 deletions

View File

@@ -0,0 +1,4 @@
using System.Runtime.CompilerServices;
[assembly: InternalsVisibleTo("Robust.Server")]
[assembly: InternalsVisibleTo("Robust.Client")]