@rbxts/moonlite
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -5,3 +5,3 @@ import { MoonTrack } from "./types"; | ||
* Loads the provided save file to be played back. | ||
* The save is a StringValue normally stored in game.ServerStorage.MoonAnimator2Saves, but you'll need to store it elsewhere to play the sequence back on the client. | ||
* The `save` is a StringValue normally stored in `game.ServerStorage.MoonAnimator2Saves`, but you'll need to store it elsewhere to play the sequence back on the client. | ||
*/ | ||
@@ -8,0 +8,0 @@ declare const CreatePlayer: (save: StringValue, root?: Instance) => MoonTrack; |
{ | ||
"name": "@rbxts/moonlite", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Moonlite typings", | ||
@@ -5,0 +5,0 @@ "main": "out/init.lua", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
56402