-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cleanup unused methods and fields in ActionBase
#2827
Comments
Sure! I just assigned you to this issue. And we're also running a hackathon right now named Modathon. We'd love for you to check it out 🙏🏻 |
Removing these unused items will help streamline the code and improve its readability. Could you please assign this task to me? |
@moreal Can you assign me on my this account again ? |
@umardevX What is your relationship with @umar-source? |
@umar-source is my second account. and umardevX account is my new account. |
Okay, I've changed assignee to @umardevX cc @umar-source |
There are some unused methods and fields in the
ActionBase
class. We want to make theActionBase
class clean without unused items. The following items should be removed:Fields
Currency ActionBase.GoldCurrencyMock
Methods
IWorld ActionBase.LogError(IActionContext context, string message, params object[] values)
void ActionBase.CheckActionAvailable(long startedIndex, IActionContext ctx)
bool ActionBase.UseV100291Sheets(long blockIndex)
The text was updated successfully, but these errors were encountered: