If you want to help us maintaining this wiki, check out our discord server: https://discord.gg/3u69jMa 

Difference between revisions of "Object"

From SWRC Wiki
Jump to navigation Jump to search
Line 1: Line 1:
<syntaxhighlight>
<syntaxhighlight lang="uscript">
struct Guid
struct Guid
{
{

Revision as of 05:22, 17 October 2017

struct Guid
{
	var int A, B, C, D;
};