Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
TargetTypeSelect.cs
Go to the documentation of this file.
1using UnityEngine;
2
4{
5 public override Sprite IconType => EClass.core.refs.icons.targetAny;
6
7 public override bool CanSelectSelf => true;
8
9 public override bool CanSelectParty => true;
10}
Sprite targetAny
Definition: CoreRef.cs:118
Icons icons
Definition: CoreRef.cs:339
CoreRef refs
Definition: Core.cs:51
Definition: EClass.cs:5
static Core core
Definition: EClass.cs:6
override bool CanSelectParty
override Sprite IconType
override bool CanSelectSelf