Declaration
@(rodata)
SlothFood := [SlothFoodEnum]Food
Values
.Twig
A spindly stick
Declaration
.Twig = Food{name = "Twig", energy = 1}
.Regular_Leaf
A regular-sized leaf.
Declaration
.Regular_Leaf = Food{name = "Regular Leaf", energy = 2},
.Regular_Leaf
A large leaf.
Declaration
.Large_Leaf = Food{name = "Large Leaf", energy = 5},