|
|
@ -4,6 +4,7 @@ using System.Runtime.InteropServices; |
|
|
|
|
|
|
|
|
namespace Epic.OnlineServices |
|
|
namespace Epic.OnlineServices |
|
|
{ |
|
|
{ |
|
|
|
|
|
[StructLayout(LayoutKind.Sequential)] |
|
|
internal sealed class BoxedData |
|
|
internal sealed class BoxedData |
|
|
{ |
|
|
{ |
|
|
public object Data { get; private set; } |
|
|
public object Data { get; private set; } |
|
|
|