mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 04:18:43 +00:00
8 lines
243 B
C#
8 lines
243 B
C#
using System;
|
|
|
|
// Beware Demo Kernels are not recompiled when its dependencies changes!
|
|
// To force recompilation right click on on the Cosmos icon of the demo solution and do "Build".
|
|
namespace TRKernel {
|
|
public class Boot {
|
|
}
|
|
}
|