O
Ollie
I have a struct (below) and want to declare it as an Dynamic Array and add
values. but I am having trouble. I am new to C# and have looked high and low
but cannot find anywhere that tells me how to do it.
public struct Packs
{
public string PackName;
public long PackCount;
}
Cheers
Ollie
values. but I am having trouble. I am new to C# and have looked high and low
but cannot find anywhere that tells me how to do it.
public struct Packs
{
public string PackName;
public long PackCount;
}
Cheers
Ollie