BattleRoyale.Patches.OutOfBoundsBugFix.GetPatchDescriptor C# (CSharp) Method

GetPatchDescriptor() protected method

protected GetPatchDescriptor ( ) : PatchDescriptor
return PatchDescriptor
        protected override PatchDescriptor GetPatchDescriptor() => new(typeof(Farmer), "MovePosition");
OutOfBoundsBugFix