Compare commits
1 Commits
27a62499dc
...
4c4a41cd2e
Author | SHA1 | Date | |
---|---|---|---|
4c4a41cd2e |
@ -2,7 +2,7 @@ using Godot;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
|
||||
public class ReadOnlyResourceList<T> : Resource, IReadOnlyList<T> where T : Resource
|
||||
public abstract class ReadOnlyResourceList<T> : Resource, IReadOnlyList<T> where T : Resource
|
||||
{
|
||||
[Export]
|
||||
private List<Resource> _resources = new List<Resource>();
|
||||
|
Loading…
x
Reference in New Issue
Block a user