Structs - potatoscript/csharp GitHub Wiki

Lightweight alternative to a class,
use it when you wish to represent more simple data structures and
especially if you know that you will be instantiating lots of them.