Created
November 30, 2018 16:12
-
-
Save jefBinomed/bbfb6b5aeac85ff800c5225aa54911b5 to your computer and use it in GitHub Desktop.
2018-countdown-model-tree
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Collection 'admins' | |
{ | |
adminList: { | |
[email protected]: true, | |
[email protected]: true | |
} | |
} | |
// Collection 'planets' | |
{ | |
UID_OfUserLoggued1: { | |
angle: 0, | |
collision: false, | |
... | |
}, | |
UID_OfUserLoggued2: { | |
angle: 0, | |
collision: false, | |
... | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment