mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 21:01:52 +00:00
ScriptCore: Moved Component + Doc
This commit is contained in:
@@ -1,14 +1,18 @@
|
||||
using System;
|
||||
using System.Runtime.CompilerServices;
|
||||
using GlitchyEngine.Components;
|
||||
using GlitchyEngine.Core;
|
||||
using GlitchyEngine.Extensions;
|
||||
|
||||
namespace GlitchyEngine;
|
||||
|
||||
/// <summary>
|
||||
/// The base class for all entities and scripts in the current world.
|
||||
/// </summary>
|
||||
public class Entity : EngineObject
|
||||
{
|
||||
/// <summary>
|
||||
/// Only used by the Engine. Don't use!
|
||||
/// Don't call this constructor yourself.
|
||||
/// </summary>
|
||||
protected Entity()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user