mirror of
https://github.com/asphyxia-core/plugins.git
synced 2026-03-22 01:44:39 -05:00
8 lines
205 B
TypeScript
8 lines
205 B
TypeScript
export interface PlayerStickerResponse {
|
|
id: KITEM<'s32'>,
|
|
pos_x: KITEM<'float'> ,
|
|
pos_y: KITEM<'float'>,
|
|
scale_x: KITEM<'float'> ,
|
|
scale_y: KITEM<'float'>,
|
|
rotate: KITEM<'float'>
|
|
} |