20 lines
320 B
Plaintext
20 lines
320 B
Plaintext
|
|
default
|
||
|
|
{
|
||
|
|
timer()
|
||
|
|
{
|
||
|
|
(integer)1;
|
||
|
|
(float)2.;
|
||
|
|
(string)"abc";
|
||
|
|
(key)"00000000-0000-0000-0000-000000000000";
|
||
|
|
(vector)<1, 2, 3>;
|
||
|
|
(rotation)<0, 0, 1, 0>;
|
||
|
|
(list)
|
||
|
|
[ 1
|
||
|
|
, 2
|
||
|
|
, 3
|
||
|
|
, 4
|
||
|
|
, 5
|
||
|
|
];
|
||
|
|
}
|
||
|
|
}
|