You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

14 lines
389 B

using UnityEngine;
using UnityEngine.UI;
namespace Gamestrap
{
[AddComponentMenu("UI/Gamestrap/Effects/Shadow")]
public class ShadowEffect : Shadow, IModifier
{
/**
* This class was made so Gamestrap could actually instantiate to the inspector the shadow effect
* since it doesn't let me do it for the original Shadow effect.
**/
}
}