csharp-sdk-upm/Engine/Requests/LCClassHookRequest.cs

14 lines
238 B
C#
Raw Normal View History

2021-03-18 13:52:23 +08:00
using LeanCloud.Storage;
namespace LeanCloud.Engine {
public class LCClassHookRequest {
public LCObject Object {
get; set;
}
public LCUser CurrentUser {
get; set;
}
}
}