Replace "time" type name by a more generic one "float"
This commit is contained in:
@ -66,7 +66,7 @@
|
||||
|
||||
"m_flRadius" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "1720"
|
||||
"linux" "1740"
|
||||
@ -75,7 +75,7 @@
|
||||
|
||||
"m_flRepeat" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "1724"
|
||||
"linux" "1744"
|
||||
@ -93,7 +93,7 @@
|
||||
|
||||
"m_startTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "1732"
|
||||
"linux" "1752"
|
||||
|
Reference in New Issue
Block a user