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>
|
||||
<Script>
|
||||
int x = 5;
|
||||
int x = 5;
|
||||
|
||||
if (x < 10 || x == 20)
|
||||
{
|
||||
x = x + 1;
|
||||
}
|
||||
else if (x > 50)
|
||||
{
|
||||
x = x + 2;
|
||||
}
|
||||
else
|
||||
{
|
||||
x = x + 3;
|
||||
}
|
||||
</Script>
|
||||
if (x < 10 || x == 20)
|
||||
{
|
||||
x = x + 1;
|
||||
}
|
||||
else if (x > 50)
|
||||
{
|
||||
x = x + 2;
|
||||
}
|
||||
else
|
||||
{
|
||||
x = x + 3;
|
||||
}
|
||||
</Script>
|
||||
</Scripts>
|
||||
</UI>
|
||||
</UIX>
|
||||
Reference in New Issue
Block a user