1. svn -> git
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using UnityEngine;
|
||||
|
||||
public class D2D_RuntimeSprite : MonoBehaviour
|
||||
{
|
||||
public Sprite Sprite;
|
||||
|
||||
protected virtual void OnDestroy()
|
||||
{
|
||||
D2D_Helper.Destroy(Sprite);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user