Newer
Older
TheVengeance-Project-IADE-Unity2D / Assets / Scripts / Actions / OnDisplayAction.cs
@Rackday Rackday on 29 Oct 169 bytes Major Update
  1. using System;
  2. using System.Collections;
  3. using System.Collections.Generic;
  4. using UnityEngine;
  5. public delegate string OnInteractionDisplay(GameObject obj, string[] msg);