Upload from upload_mods.ps1
This commit is contained in:
7
Scripts/Requirements/ItemActionIndexIs.cs
Normal file
7
Scripts/Requirements/ItemActionIndexIs.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
//public class ItemActionIndexIs : ActionIndexIs
|
||||
//{
|
||||
// public override bool IsValid(MinEventParams _params)
|
||||
// {
|
||||
// return (_params.ItemValue == null && index == 0) || _params.ItemValue?.GetActionIndexForItemValue() == index;
|
||||
// }
|
||||
//}
|
||||
Reference in New Issue
Block a user