Skip to content

Instantly share code, notes, and snippets.

@jyrkive
Created June 24, 2018 09:05
Show Gist options
  • Save jyrkive/cc88c287479d39d17bedb57778f87cb8 to your computer and use it in GitHub Desktop.
Save jyrkive/cc88c287479d39d17bedb57778f87cb8 to your computer and use it in GitHub Desktop.
local function next_node(self)
-- implementation here
end
local summer = {}
summer.next = next_node
local winter = {}
winter.next = next_node
local next_season = summer:next()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment