Skip to content

Commit

Permalink
Fix static typing
Browse files Browse the repository at this point in the history
  • Loading branch information
OverloadedOrama committed Mar 4, 2024
1 parent 2e9c4eb commit e726dcf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Classes/Project.gd
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ class_name Project
extends RefCounted
## A class for project properties.

signal serialized(Dictionary)
signal about_to_deserialize(Dictionary)
signal timeline_updated()
signal serialized(dict: Dictionary)
signal about_to_deserialize(dict: Dictionary)
signal timeline_updated

var name := "":
set(value):
Expand Down

0 comments on commit e726dcf

Please sign in to comment.