Skip to content

Instantly share code, notes, and snippets.

@greatman
Created April 28, 2013 04:20
Show Gist options
  • Save greatman/5475862 to your computer and use it in GitHub Desktop.
Save greatman/5475862 to your computer and use it in GitHub Desktop.
@Table("droppartychests")
public class DropPartyChestsTable {
@Id
public int id;
@Field
public double x;
.......
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment