Newer
Older
TheVengeance-Project-IADE-Unity2D / Assets / Scripts / Actions / OnDisplayAction.cs
@Rackday Rackday on 29 Oct 169 bytes Major Update
using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;

public delegate string OnInteractionDisplay(GameObject obj, string[] msg);