1
0
mirror of https://github.com/DarklightGames/io_scene_psk_psa.git synced 2025-01-31 19:55:26 +01:00

Removed unused property

This commit is contained in:
Colin Basnett 2023-04-03 01:39:57 -07:00
parent f7b97added
commit 25e1b73fc7

View File

@ -17,7 +17,6 @@ class PsaExportSequence:
self.name: str = ''
self.nla_state: PsaExportSequence.NlaState = PsaExportSequence.NlaState()
self.fps: float = 30.0
self.is_reversed: bool = False
class PsaBuildOptions: