Skip to content

Commit

Permalink
unity compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
neuecc committed Jul 1, 2019
1 parent 9e29940 commit 9208fc2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/MagicOnion.Client.Unity/Assets/Scripts/ShareTypes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,11 @@ public interface IChatHub : IStreamingHub<IChatHub, IMessageReceiver2>
Task LeaveAsync();
Task SendMessageAsync(string message);
}

public interface ITestService : IService<ITestService>
{
UnaryResult<long[]> FooBarBaz(string x, long y);
}
}

namespace Sandbox.NetCoreServer
Expand Down

0 comments on commit 9208fc2

Please sign in to comment.