diff options
Diffstat (limited to 'Assembly_Firstpass/Steamworks/DllCheck.cs')
-rw-r--r-- | Assembly_Firstpass/Steamworks/DllCheck.cs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Assembly_Firstpass/Steamworks/DllCheck.cs b/Assembly_Firstpass/Steamworks/DllCheck.cs new file mode 100644 index 0000000..7bfe898 --- /dev/null +++ b/Assembly_Firstpass/Steamworks/DllCheck.cs @@ -0,0 +1,9 @@ +namespace Steamworks; + +public class DllCheck +{ + public static bool Test() + { + return true; + } +} |