예제 #1
0
 private void Start()
 {
     TinyContainer.For(this)
     .Get(out _localization)
     .Get(out _serializer);
 }