10 lines
135 B
C#
10 lines
135 B
C#
using UnityEngine;
|
|
using System.Collections;
|
|
|
|
public class _2DxFX : MonoBehaviour
|
|
{
|
|
|
|
public static bool ActiveShadow = true;
|
|
|
|
}
|