1
Fork 0
mirror of https://github.com/Steffo99/gravity-fusion.git synced 2024-11-22 16:24:20 +00:00
gravity-fusion/Assets/Code/AfterStart.cs

5 lines
173 B
C#
Raw Normal View History

2019-10-06 17:40:54 +00:00
//From https://answers.unity.com/questions/442342/how-to-make-public-variable-read-only-during-run-t.html
using UnityEngine;
public class AfterStart : PropertyAttribute {}