mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 21:01:52 +00:00
Documentation
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
using GlitchyEngine.Components;
|
||||
using GlitchyEngine.Math;
|
||||
|
||||
namespace GlitchyEngine;
|
||||
namespace GlitchyEngine.Components;
|
||||
|
||||
/// <summary>
|
||||
/// Rigid body component for 2D physics.
|
||||
/// </summary>
|
||||
public class Rigidbody2D : Component
|
||||
{
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user