@@ -5,7 +5,7 @@ using System.Collections.Generic;
public class SpineUE4Target : TargetRules
{
- public SpineUE4Target(ReadOnlyTargetRules Target) : base(Target)
+ public SpineUE4Target(TargetInfo Target)
Type = TargetType.Game;
}
public class SpineUE4EditorTarget : TargetRules
- public SpineUE4EditorTarget(ReadOnlyTargetRules Target) : base(Target)
+ public SpineUE4EditorTarget(TargetInfo Target)
Type = TargetType.Editor;
@@ -1,6 +1,6 @@
"FileVersion": 3,
- "EngineAssociation": "4.15",
+ "EngineAssociation": "4.16",
"Category": "",
"Description": "",
"Modules": [