Implements dataloading
This commit is contained in:
		| @@ -14,7 +14,7 @@ public class Gen7MiscLibrary : IMiscLibrary | ||||
|     private readonly IMoveData _struggleData = new MoveDataImpl("struggle", new TypeIdentifier(0), | ||||
|         MoveCategory.Physical, 50, | ||||
|         255, 255, MoveTarget.Any, 0, | ||||
|         new SecondaryEffectImpl(-1, "struggle", new Dictionary<StringKey, object>()), []); | ||||
|         new SecondaryEffectImpl(-1, "struggle", new Dictionary<StringKey, object?>()), []); | ||||
|  | ||||
|     /// <inheritdoc /> | ||||
|     public ITurnChoice ReplacementChoice(IPokemon user, byte targetSide, byte targetPosition) => | ||||
|   | ||||
		Reference in New Issue
	
	Block a user