add some extra assets FX and SFX
This commit is contained in:
@@ -131,6 +131,11 @@ public class deviceStringAction : MonoBehaviour
|
||||
iconEnabled = state;
|
||||
}
|
||||
|
||||
public void setShowIconState (bool state)
|
||||
{
|
||||
showIcon = state;
|
||||
}
|
||||
|
||||
public void enableIcon ()
|
||||
{
|
||||
setIconEnabledState (true);
|
||||
|
||||
Reference in New Issue
Block a user