Advertisement
SimonDarksideJ

MU2D - Broadcast script for new converastion

Aug 29th, 2015
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.21 KB | None | 0 0
  1. using UnityEngine;
  2. using System.Collections;
  3.  
  4. public class GreandalBroadcast : MonoBehaviour {
  5.  
  6.     void OnTriggerEnter2D(Collider2D col)
  7.     {
  8.         MessagingManager.Instance.GreandalBroadcast();
  9.     }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement