Created
November 8, 2021 16:52
-
-
Save cch12313/77ae0b4f212c6f565b2285463e4e6fac to your computer and use it in GitHub Desktop.
refactor by strategy pattern
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public interface IRacing | |
{ | |
public void Skill(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment