Skip to content

Instantly share code, notes, and snippets.

@Diablo9818
Created March 27, 2024 20:34
Show Gist options
  • Save Diablo9818/95bd4164567414a02bf935b2178ec1b7 to your computer and use it in GitHub Desktop.
Save Diablo9818/95bd4164567414a02bf935b2178ec1b7 to your computer and use it in GitHub Desktop.
class PlayerHealth { }
class Shooter { }
class TargetFollower { }
class UnitContainer
{
public IReadOnlyCollection<Unit> AvailableUnits {get; private set;}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment