Skip to content

Commit

Permalink
[v0.0.8] Add TransformRef
Browse files Browse the repository at this point in the history
  • Loading branch information
g0dzZz-coder committed Nov 19, 2023
1 parent 3ba115f commit 6c65437
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
9 changes: 9 additions & 0 deletions Runtime/TransformRef.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
using UnityEngine;

namespace Depra.Ecs.Components
{
public struct TransformRef
{
public Transform Value;
}
}
3 changes: 3 additions & 0 deletions Runtime/TransformRef.cs.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.depra.ecs.components",
"version": "0.0.7",
"version": "0.0.8",
"displayName": "Depra.Ecs.Components",
"description": "Components for Unity types.",
"unity": "2022.3",
Expand Down

0 comments on commit 6c65437

Please sign in to comment.