Skip to content

Instantly share code, notes, and snippets.

@kyubuns
Last active April 5, 2020 05:40
Show Gist options
  • Save kyubuns/cb4e1076e73da2e95dc09ad88ee2b212 to your computer and use it in GitHub Desktop.
Save kyubuns/cb4e1076e73da2e95dc09ad88ee2b212 to your computer and use it in GitHub Desktop.
ArrayTest.hx
ArrayTest
-cs out
class ArrayTest
{
public var hoges: Array<Hoge>;
}
class Hoge
{
public var x: Int;
public var y: Int;
public var z: Int;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment