Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
avvy
mobile-app
Commits
5f75a974
Commit
5f75a974
authored
2 years ago
by
Alexandr Semenov
Browse files
Options
Download
Email Patches
Plain Diff
Удалил неиспользуемую систему
parent
adea5b00
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Assets/AvvyLand/Scripts/ECS/Systems/ExecuteSystems/ExecuteCreateSystemGroups/SetLodDirtySystem.cs
+0
-14
...uteSystems/ExecuteCreateSystemGroups/SetLodDirtySystem.cs
Assets/AvvyLand/Scripts/ECS/Systems/ExecuteSystems/ExecuteCreateSystemGroups/SetLodDirtySystem.cs.meta
+0
-3
...stems/ExecuteCreateSystemGroups/SetLodDirtySystem.cs.meta
with
0 additions
and
17 deletions
+0
-17
Assets/AvvyLand/Scripts/ECS/Systems/ExecuteSystems/ExecuteCreateSystemGroups/SetLodDirtySystem.cs
deleted
100644 → 0
View file @
adea5b00
using
AvvyLand.Scripts.ECS.Components.Model
;
using
AvvyLand.Scripts.ECS.Components.UCS.Tags
;
using
Unity.Entities
;
using
Unity.Transforms
;
namespace
AvvyLand.Scripts.ECS.Systems.ExecuteSystems.ExecuteCreateSystemGroups
{
public
class
SetLodDirtySystem
:
SystemBase
{
protected
override
void
OnUpdate
()
{
}
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Assets/AvvyLand/Scripts/ECS/Systems/ExecuteSystems/ExecuteCreateSystemGroups/SetLodDirtySystem.cs.meta
deleted
100644 → 0
View file @
adea5b00
fileFormatVersion: 2
guid: e6dc098a5eb14589b74f0ca815bf6047
timeCreated: 1653374466
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help