initial commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using ProtoBuf;
|
||||
|
||||
namespace Quasar.Common.Messages
|
||||
{
|
||||
[ProtoContract]
|
||||
public class DoPlayNote : IMessage
|
||||
{
|
||||
[ProtoMember(1)] public int Frequency { get; set; }
|
||||
[ProtoMember(2)] public int DurationMs { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user