ln.skyspot/hotspot/HotspotManager.cs

20 lines
403 B
C#
Raw Normal View History

2019-05-07 10:21:25 +02:00
// /**
// * File: HotspotManager.cs
// * Author: haraldwolff
// *
// * This file and it's content is copyrighted by the Author and / or copyright holder.
// * Any use wihtout proper permission is illegal and may lead to legal actions.
// *
// *
// **/
using System;
namespace skyspot.hotspot
{
public class HotspotManager
{
public HotspotManager()
{
}
}
}