summaryrefslogtreecommitdiff
path: root/Client/Assets/Scripts/XUtliPoolLib/ISeqListRef.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Client/Assets/Scripts/XUtliPoolLib/ISeqListRef.cs')
-rw-r--r--Client/Assets/Scripts/XUtliPoolLib/ISeqListRef.cs9
1 files changed, 9 insertions, 0 deletions
diff --git a/Client/Assets/Scripts/XUtliPoolLib/ISeqListRef.cs b/Client/Assets/Scripts/XUtliPoolLib/ISeqListRef.cs
new file mode 100644
index 00000000..f2c097d6
--- /dev/null
+++ b/Client/Assets/Scripts/XUtliPoolLib/ISeqListRef.cs
@@ -0,0 +1,9 @@
+using System;
+
+namespace XUtliPoolLib
+{
+ public interface ISeqListRef
+ {
+ void SetData(DataHandler dh, byte c, byte mask, ushort offset);
+ }
+}