mirror of
https://github.com/FriendshipIsEpic/FiE-Game.git
synced 2024-11-29 08:37:58 +01:00
10 lines
139 B
C#
10 lines
139 B
C#
|
using UnityEngine;
|
||
|
using System.Collections;
|
||
|
|
||
|
namespace HighlightingSystem
|
||
|
{
|
||
|
public class HighlightingRenderer : HighlightingBase
|
||
|
{
|
||
|
|
||
|
}
|
||
|
}
|