isaacscript-common 1.2.1 → 1.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -248,4 +248,4 @@ export declare function setBlindfold(player: EntityPlayer, enabled: boolean, mod
|
|
|
248
248
|
* Helper function to use an active item without showing an animation, keeping the item, or adding
|
|
249
249
|
* any costumes.
|
|
250
250
|
*/
|
|
251
|
-
export declare function useActiveItemTemp(player: EntityPlayer, collectibleType: CollectibleType): void;
|
|
251
|
+
export declare function useActiveItemTemp(player: EntityPlayer, collectibleType: CollectibleType | int): void;
|