fork from 1.3
This commit is contained in:
14
FreeSR.Proto/RogueDialogueEventParam.cs
Normal file
14
FreeSR.Proto/RogueDialogueEventParam.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
namespace FreeSR.Proto
|
||||
{
|
||||
using ProtoBuf;
|
||||
|
||||
[ProtoContract]
|
||||
public class RogueDialogueEventParam
|
||||
{
|
||||
[ProtoMember(3)] public int DialogueEventId;
|
||||
[ProtoMember(4)] public int ArgId;
|
||||
[ProtoMember(9)] public float Ratio;
|
||||
[ProtoMember(1)] public bool IsValid;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user