mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-22 22:09:12 +00:00
16 lines
248 B
C#
16 lines
248 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
|
|
namespace Ben.Kernel.Capabilities
|
|
{
|
|
public class ThreadCapability
|
|
{
|
|
|
|
internal ThreadCapability()
|
|
{
|
|
|
|
}
|
|
}
|
|
}
|