Skip to content

Commit

Permalink
Syntax highlighting on README_ja.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mewlist committed Mar 14, 2024
1 parent 0fb6024 commit f513f4c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README_ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Doinject を使うと、Addressables のロード・解放を勝手にやって

### インストーラー

```
```cs
public class SomeInstaller : BindingInstallerScriptableObject
{
public override void Install(DIContainer container, IContextArg contextArg)
Expand All @@ -123,7 +123,7 @@ public class SomeInstaller : BindingInstallerScriptableObject

### コンストラクタインジェクション

```
```cs
class ExampleClass
{
// Constructor Injection
Expand All @@ -134,7 +134,7 @@ class ExampleClass

### メソッドインジェクション

```
```cs
class ExampleClass
{
// Method Injection
Expand All @@ -146,7 +146,7 @@ class ExampleClass

### MonoBehaviour へのインジェクション

```
```cs
// Inherits IInjectableComponent
class ExampleComponent : MonoBehaviour, IInjectableComponent
{
Expand Down

0 comments on commit f513f4c

Please sign in to comment.