Skip to content

Commit

Permalink
Change Start() to Awake() (RE-SS3D#1427)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sjerty authored Feb 23, 2024
1 parent 17356a9 commit 6d75c2f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class ContainerItemDisplay : MonoBehaviour
/// </summary>
private Item[] _displayedItems;

public void Start()
public void Awake()
{
Assert.IsNotNull(attachedContainer);

Expand Down

0 comments on commit 6d75c2f

Please sign in to comment.