mirror of
https://github.com/ZuneDev/ZuneUIXTools.git
synced 2026-07-27 13:11:59 -07:00
Format sample
This commit is contained in:
@@ -12,21 +12,21 @@
|
|||||||
|
|
||||||
<Scripts>
|
<Scripts>
|
||||||
<Script>
|
<Script>
|
||||||
int x = 5;
|
int x = 5;
|
||||||
|
|
||||||
if (x < 10 || x == 20)
|
if (x < 10 || x == 20)
|
||||||
{
|
{
|
||||||
x = x + 1;
|
x = x + 1;
|
||||||
}
|
}
|
||||||
else if (x > 50)
|
else if (x > 50)
|
||||||
{
|
{
|
||||||
x = x + 2;
|
x = x + 2;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
x = x + 3;
|
x = x + 3;
|
||||||
}
|
}
|
||||||
</Script>
|
</Script>
|
||||||
</Scripts>
|
</Scripts>
|
||||||
</UI>
|
</UI>
|
||||||
</UIX>
|
</UIX>
|
||||||
Reference in New Issue
Block a user