mirror of
https://github.com/seriocomedy/ShiftOS-C-.git
synced 2025-01-23 01:22:16 +00:00
14edb9eade
Initial commit of repository.
12 lines
180 B
C#
12 lines
180 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace ShiftOS
|
|
{
|
|
class RemoteCoherence
|
|
{
|
|
}
|
|
}
|