Skip to content

Instantly share code, notes, and snippets.

@saitocastel1900
Created November 7, 2022 03:44
Show Gist options
  • Save saitocastel1900/ce337cd96454fb5ce2609d26cd196fce to your computer and use it in GitHub Desktop.
Save saitocastel1900/ce337cd96454fb5ce2609d26cd196fce to your computer and use it in GitHub Desktop.
public abstract class EnemyCreator
{
public abstract Enemy Create(string name,int hp);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment