Initial commit: Star of Words Unity project
Snapshot of the existing Unity 6 language-learning word game before any refactoring. Adds Unity .gitignore and .gitattributes. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
commit
ecb1c9edea
1455 changed files with 933295 additions and 0 deletions
10
Assets/Plugins/iOS/GADUAdNetworkExtras.h
Normal file
10
Assets/Plugins/iOS/GADUAdNetworkExtras.h
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
// Copyright 2016 Google Inc. All Rights Reserved.
|
||||
|
||||
#import <GoogleMobileAds/GoogleMobileAds.h>
|
||||
|
||||
@protocol GADUAdNetworkExtras <NSObject>
|
||||
|
||||
- (nonnull id<GADAdNetworkExtras>)adNetworkExtrasWithDictionary:
|
||||
(nonnull NSDictionary<NSString *, NSString *> *)extras;
|
||||
|
||||
@end
|
||||
Loading…
Add table
Add a link
Reference in a new issue