Skip to content

Instantly share code, notes, and snippets.

@Velsimir
Last active September 7, 2023 06:54
Show Gist options
  • Save Velsimir/9b2433907f3f0a8ae3ee49d85619f0a1 to your computer and use it in GitHub Desktop.
Save Velsimir/9b2433907f3f0a8ae3ee49d85619f0a1 to your computer and use it in GitHub Desktop.
class Player { }
class Gun { }
class TargetStalker { }
class UnitProvider
{
public IReadOnlyCollection<Unit> UnitsToGet {get; private set;}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment