Skip to content

Instantly share code, notes, and snippets.

@baobao
Last active December 3, 2016 04:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save baobao/895a033d9772b06f36972f98d0ae3a9d to your computer and use it in GitHub Desktop.
Save baobao/895a033d9772b06f36972f98d0ae3a9d to your computer and use it in GitHub Desktop.
class Hoge {
public Sample Direction;
void Foo () {
Direction.y = 0;
}
public struct Sample {
public int y;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment