Update CacheMethod.cs

This commit is contained in:
Sinai 2020-08-30 16:55:14 +10:00 committed by GitHub
parent 71f72e8f36
commit b056644385
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,8 +9,6 @@ using MelonLoader;
namespace Explorer namespace Explorer
{ {
// TODO implement methods with primitive arguments
public class CacheMethod : CacheObjectBase public class CacheMethod : CacheObjectBase
{ {
private bool m_evaluated = false; private bool m_evaluated = false;