Browse Source

fix comments

tags/Rel25b
sebas77 6 years ago
parent
commit
e9337f4be3
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      Svelto.ECS/IEntityViewStruct.cs

+ 2
- 1
Svelto.ECS/IEntityViewStruct.cs View File

@@ -12,10 +12,11 @@ namespace Svelto.ECS
EGID ID { get; set; }
}

///<summary>EntityViews and EntityViewStructs MUST implement IEntityView</summary>
///<summary>EntityViewStructs MUST implement IEntityViewStruct</summary>
public interface IEntityViewStruct:IEntityStruct
{}
///<summary>EntityViews can inherit from the EntityView class</summary>
public class EntityView : IEntityViewStruct
{
public EGID ID


Loading…
Cancel
Save