1
0
mirror of https://github.com/Cardidi/dotween-upm-fork.git synced 2025-12-20 09:16:02 +08:00
2015-04-13 14:01:16 +02:00

19 lines
271 B
C#

using UnityEngine;
using UnityEngine.UI;
using System.Collections;
using System.Collections.Generic;
using DG.Tweening;
using System;
public class TempTests : BrainBase
{
void OnEnable()
{
Debug.Log("ENABLE");
}
void OnDisable()
{
Debug.Log("DISABLE");
}
}