mirror of
https://github.com/FriendshipIsEpic/FiE-Game.git
synced 2025-02-18 19:34:22 +01:00
10 lines
No EOL
139 B
C#
10 lines
No EOL
139 B
C#
using UnityEngine;
|
|
using System.Collections;
|
|
|
|
namespace HighlightingSystem
|
|
{
|
|
public class HighlightingRenderer : HighlightingBase
|
|
{
|
|
|
|
}
|
|
} |