Skip to content

Commit c5c4182

Browse files
committed
feat(0.2.4): add new offset properties
- Attachment: Position (Vector3) - CharacterMesh: BaseTextureId, OverlayTextureId, MeshId, BodyPart - Clothing (Shirt/Pants): Color3, Template - Sound: SoundId, Volume, PlaybackSpeed, Looped, RollOffMaxDistance, RollOffMinDistance, SoundGroup - SpawnLocation: AllowTeamChangeOnTouch, Enabled, Neutral, ForcefieldDuration, TeamColor - WorkspaceService: WorldStepsPerSec (via World pointer) - Enabled property now dispatches for SpawnLocation
1 parent f83988f commit c5c4182

2 files changed

Lines changed: 375 additions & 2 deletions

File tree

‎pyproject.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "robloxmemoryapi"
7-
version = "0.2.3"
7+
version = "0.2.4"
88
description = "Python Library that abstracts reading and writing data from the Roblox DataModel"
99
readme = { file = "README.md", content-type = "text/markdown" }
1010
requires-python = ">=3.9"

0 commit comments

Comments
 (0)