Repository with an example of using the "Object Pool" patternTheme: GameObjectsMain idea:► PRE-CREATIONKey ideas:● Use already created objects instead of creating them.● Using Generic classes for convenience.