summaryrefslogtreecommitdiff
path: root/Assembly_Firstpass/Steamworks/EP2PSend.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Assembly_Firstpass/Steamworks/EP2PSend.cs')
-rw-r--r--Assembly_Firstpass/Steamworks/EP2PSend.cs9
1 files changed, 9 insertions, 0 deletions
diff --git a/Assembly_Firstpass/Steamworks/EP2PSend.cs b/Assembly_Firstpass/Steamworks/EP2PSend.cs
new file mode 100644
index 0000000..5a34730
--- /dev/null
+++ b/Assembly_Firstpass/Steamworks/EP2PSend.cs
@@ -0,0 +1,9 @@
+namespace Steamworks;
+
+public enum EP2PSend
+{
+ k_EP2PSendUnreliable,
+ k_EP2PSendUnreliableNoDelay,
+ k_EP2PSendReliable,
+ k_EP2PSendReliableWithBuffering
+}