Skip to content

Instantly share code, notes, and snippets.

@BerkeSoysal
Created November 20, 2021 20:00
Show Gist options
  • Save BerkeSoysal/cfa378db1055cac39a3d384b5dc4e463 to your computer and use it in GitHub Desktop.
Save BerkeSoysal/cfa378db1055cac39a3d384b5dc4e463 to your computer and use it in GitHub Desktop.
public interface FlyBehaviour
{
void fly();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment